golang.org/x/text/secure/precis.options.disallow (field)
8 uses
golang.org/x/text/secure/precis (current package)
options.go#L25: disallow runes.Set
options.go#L155: o.disallow = set
profile.go#L179: if p.disallow != nil {
profile.go#L181: if p.disallow.Contains(rune(c)) {
profile.go#L223: if p.disallow != nil {
profile.go#L226: if p.disallow.Contains(r) {
profile.go#L326: if p.options.disallow != nil {
profile.go#L328: return p.class.Contains(r) && !p.options.disallow.Contains(r)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)